home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TRESTARTDIALOG / TRESTARTDIALOG.txt
Encoding:
Text File  |  2006-10-20  |  2.1 KB  |  107 lines

  1. object RestartDialog: TRestartDialog
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'RestartDialog'
  7.   ClientHeight = 238
  8.   ClientWidth = 508
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     508
  19.     238)
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object imgType: TResImage
  23.     Left = 8
  24.     Top = 8
  25.     Width = 60
  26.     Height = 80
  27.     Transparent = True
  28.     ResourceImage = 'DLG_SHIELD'
  29.   end
  30.   object lblTitle: TResLabel
  31.     Left = 76
  32.     Top = 9
  33.     Width = 425
  34.     Height = 28
  35.     Anchors = [akLeft, akTop, akRight]
  36.     AutoSize = False
  37.     ShowAccelChar = False
  38.     Transparent = True
  39.     WordWrap = True
  40.     ResourceCaption = 39961
  41.     ExplicitWidth = 376
  42.   end
  43.   object lblMessageText: TResLabel
  44.     Left = 8
  45.     Top = 116
  46.     Width = 488
  47.     Height = 30
  48.     AutoSize = False
  49.     ShowAccelChar = False
  50.     WordWrap = True
  51.     ResourceCaption = 39963
  52.   end
  53.   object lblTitle2: TResLabel
  54.     Left = 76
  55.     Top = 50
  56.     Width = 419
  57.     Height = 33
  58.     Anchors = [akLeft, akTop, akRight]
  59.     AutoSize = False
  60.     ShowAccelChar = False
  61.     WordWrap = True
  62.     ResourceCaption = 39962
  63.     ExplicitWidth = 428
  64.   end
  65.   object lblMessageText2: TResLabel
  66.     Left = 8
  67.     Top = 156
  68.     Width = 488
  69.     Height = 30
  70.     AutoSize = False
  71.     ShowAccelChar = False
  72.     WordWrap = True
  73.     ResourceCaption = 39964
  74.   end
  75.   object Bevel1: TBevel
  76.     Left = 8
  77.     Top = 100
  78.     Width = 492
  79.     Height = 8
  80.     Anchors = [akLeft, akTop, akRight]
  81.     Shape = bsTopLine
  82.   end
  83.   object btnRestartNow: TResTeButton
  84.     Left = 132
  85.     Top = 200
  86.     Width = 110
  87.     Height = 25
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 0
  91.     ResourceCaption = 39968
  92.   end
  93.   object btnRestartLater: TResTeButton
  94.     Left = 264
  95.     Top = 200
  96.     Width = 110
  97.     Height = 25
  98.     Cancel = True
  99.     ModalResult = 2
  100.     TabOrder = 1
  101.     ResourceCaption = 39969
  102.   end
  103.   object ThemeForm: TTeForm2
  104.     ThemeObject = 'StandardDialog'
  105.   end
  106. end
  107.